.headerImgBg {
    background-image: url('https://images.marketingcontent.ext.hp.com/EloquaImages/clients/HPMartech/%7Be8153d99-0775-41a0-b59d-0ef8604c1b7f%7D_assets-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 70% center;
    min-height: 400px;
    position: relative;
    padding: 0;
}

.headerTextBg {
    background: rgb(0 0 0 / 80%);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0px;
    border-top: solid 1px #fff;
}

.nav-item a {    
    border-radius: 0 !important;
    background: #d9d9d9;
    padding: 10px 20px;
    color: #000;

}

#mainTabs a.active {
    background: none !important;
    border: 0 !important;
    border-top: solid 3px #000 !important;
    border-radius: 0 !important;
}

#menuTab1 {
    border-radius: 0;
    border: solid 1px #e5e8e8 !important;
}

#menuTab1 .list-group-item {
    background: none;
    color: #000;
    border: 0;

}

#menuTab1 .list-group-item.active {
    background: #e5e8e8;
}

.tab1Asset {
    background: #cceaf7;
}

.tab1AssetDetails {
    padding: 20px 16px;
    color: #000;
}

.tab1AssetTitle {
    font-size: 22px;
    margin: 0;
}

.tab1AssetLink {
    color: #696969;
    font-size: 12px;
}

.tab1AssetCta {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.tab1hr {
    border: #383838 solid 1px;
    margin: 0;
}

.iconArrow {
    vertical-align: middle;
    font-size: 22px;
    line-height: 1;
}

.iconText {
    vertical-align: middle;
}


.blueRow {
    background: #cceaf7;
}

.tab2Description {
    padding: 30px 10px;
}

.btnBlk {
    background: #000;
    color: #fff;
    padding: 8px 16px;
}
.blueBg {
    background: #cceaf7;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.leftSideContainer {
    padding: 25px 15px;
    max-width: 630px;
    margin: 0 0 0 auto;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.leftSideContainer::-webkit-scrollbar {
    display: none;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.right-content {
    background-image: url('https://images.marketingcontent.ext.hp.com/EloquaImages/clients/HPMartech/%7B631245c9-b97b-42e4-867c-2e018d8ec8a5%7D_Feature-image.jpg');
    background-size: cover;
    background-position: center;
    min-height: 210px;
    height: 100%;
}

.bannerUrl {
    color: #fff;
}

.bannerUrl span {
    text-decoration: underline;
    margin-left: 6px;
}

